home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 4057 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.borg.com!news
  2. From: warren@borg.com  (Warren Hall)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: How To Reset Modem?? ;-(  Please
  5. Date: 5 Feb 1996 22:32:12 GMT
  6. Organization: Team OS/2
  7. Message-ID: <4f60hc$9rg@news.borg.com>
  8. References: <4f53us$k8d@redwood.northcoast.com>
  9. Reply-To: warren@borg.com (Warren Hall)
  10. NNTP-Posting-Host: l43.borg.com
  11. X-Newsreader: IBM NewsReader/2 v1.9d - NLS
  12.  
  13. In <4f53us$k8d@redwood.northcoast.com>, rosie@northcoast.com (rosie) writes:
  14. >Once in a while, not often.... I get disconnected violently in
  15. >some manner while on line.  Sometimes I am on CHAT directly with
  16. >another computer, sometimes I am on the Internet.  
  17. >After the disconnection, I cannot get my modem to hang up.  I
  18. >cannot reset it.  I have tried everything.  The only way I can
  19. >get it to reset is to go completely out to the C:> prompt, turn
  20. >OFF my computer for a minute or two, and then turn it on.  Even a
  21. >soft reboot will not reset the modem.
  22. >Is there software that can be run in a situation like this, to
  23. >reset the modem when it is still on-line but disconnected from
  24. >it's source?
  25. >Much thanks to anyone who can help!
  26. >
  27. I have used the following batch file with considerable success.
  28.  
  29. rem clear modem settings as aggressively as is reasonable.
  30. rem by warren@borg.com  12/09/95
  31. rem Change to your port n @ each 'COMn'  below
  32. mode COM3
  33. mode COM3: dtr=off
  34. Pause
  35. @echo ATH0 >  COM3
  36. rem above sends HANGUP
  37. @echo AT&F > COM3
  38. rem above sends FACTORY RESET
  39. @echo ATdt5551234  >  COM3
  40. pause 
  41. rem above sends DialTone number
  42. @echo ATH0 > COM3
  43. @echo ATZ0 > COM3
  44. EXIT
  45.  
  46.  
  47.  
  48. Warren
  49. http://www.borg.com/~warren
  50.  
  51.